What command you need to run to enable your Azure subscription to send events to Event Grid?
az provider register --namespace Microsoft.EventGrid
az group create --name Microsoft.EventGrid
az eventgrid topic create --name "ServiceBus, BlobStorage"
az subscription --enable Microsoft.EventGrid
It will take some minutes. You need to run this only once per subscription.